home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_10 / PlaceObject2_201_100 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  206 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.porte17.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root")
  5.       {
  6.          gotoAndStop(9);
  7.          setProperty("_root.ship", _X, "50");
  8.       }
  9.    }
  10. }
  11.